home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / English.lproj / Composer.nib / data.classes next >
Encoding:
Text File  |  1995-08-24  |  1.6 KB  |  61 lines

  1. ArticleSet = {
  2.     ACTIONS = {
  3.     "followupToSelection:" = "followupToSelection:"; 
  4.     "markRead:" = "markRead:"; 
  5.     "markUnread:" = "markUnread:"; 
  6.     "selectArticle:" = "selectArticle:"; 
  7.     "showAll:" = "showAll:"; 
  8.     "showUnread:" = "showUnread:"; 
  9.     }; 
  10.     OUTLETS = {
  11.     myNewsServer = myNewsServer; 
  12.     theArticleViewControl = theArticleViewControl; 
  13.     theComposer = theComposer; 
  14.     theNewsgroupSet = theNewsgroupSet; 
  15.     }; 
  16.     SUPERCLASS = BrowserServer; 
  17. };
  18. BrowserServer = {
  19.     ACTIONS = {}; 
  20.     OUTLETS = {browserSuperview = browserSuperview; }; 
  21.     SUPERCLASS = Object; 
  22. };
  23. XText0 = {
  24.     ACTIONS = {}; 
  25.     OUTLETS = {
  26.     errorStream = errorStream; 
  27.     initialAction = initialAction; 
  28.     nextAction = nextAction; 
  29.     }; 
  30.     SUPERCLASS = Text; 
  31. };
  32. XTScroller = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = ScrollView; };
  33. Composer = {
  34.     ACTIONS = {
  35.     "followup:" = "followup:"; 
  36.     "includeArticle:" = "includeArticle:"; 
  37.     "post:" = "post:"; 
  38.     "printText:" = "printText:"; 
  39.     "windowWillClose:" = "windowWillClose:"; 
  40.     "windowWillMiniaturize:" = "windowWillMiniaturize:"; 
  41.     }; 
  42.     OUTLETS = {
  43.     dateView = dateView; 
  44.     expireButton = expireButton; 
  45.     followupButton = followupButton; 
  46.     headerForm = headerForm; 
  47.     headerTable = headerTable; 
  48.     myOwner = myOwner; 
  49.     newsgroupCell = newsgroupCell; 
  50.     nntpServer = nntpServer; 
  51.     standardHeaders = standardHeaders; 
  52.     subjectCell = subjectCell; 
  53.     theArticleViewControl = theArticleViewControl; 
  54.     theText = theText; 
  55.     window = window; 
  56.     }; 
  57.     SUPERCLASS = Object; 
  58. };
  59. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  60. XText = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = XText0; };
  61.